


I also created a lot of methods in this class. For example, Guass_Backward_Subsituation_Temporary_Solution and Subsituation, printMatrix, and returnMatrix. However, if someone wants to use it in their math homework, just apply the Coordinates_To_function method. It will automatically ask for your input coordinates and give you a result. For example, if you want to find an expression that crosses the coordinates (4,17) (1000,2) (0.003,5.45) (69.96,1.046), my function will keep asking and it will give you the mathematical process and finally give you the expression. If you check out the geometry graph of it, you will find out the line will cross all the coordinates you input!!
Moreover, if you are interested in experiencing the codes by yourself. I upload the codes in my github repository. Click the 11/src/main and you will get the source code. Here is the link: https://github.com/QwQ1231043/Java-coordinates-to-function.git

